﻿2026-06-22T02:48:32.4159851Z ##[group]Run actions/checkout@v5
2026-06-22T02:48:32.4160108Z with:
2026-06-22T02:48:32.4160312Z   repository: SaberMage/spt-shell-notify
2026-06-22T02:48:32.4160569Z   path: .adapter-notify
2026-06-22T02:48:32.4162765Z   token: ***
2026-06-22T02:48:32.4162951Z   ssh-strict: true
2026-06-22T02:48:32.4163150Z   ssh-user: git
2026-06-22T02:48:32.4163332Z   persist-credentials: true
2026-06-22T02:48:32.4163537Z   clean: true
2026-06-22T02:48:32.4163728Z   sparse-checkout-cone-mode: true
2026-06-22T02:48:32.4163948Z   fetch-depth: 1
2026-06-22T02:48:32.4164128Z   fetch-tags: false
2026-06-22T02:48:32.4164300Z   show-progress: true
2026-06-22T02:48:32.4164487Z   lfs: false
2026-06-22T02:48:32.4164657Z   submodules: false
2026-06-22T02:48:32.4164838Z   set-safe-directory: true
2026-06-22T02:48:32.4172026Z env:
2026-06-22T02:48:32.4172246Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:48:32.4172471Z ##[endgroup]
2026-06-22T02:48:32.5819555Z Syncing repository: SaberMage/spt-shell-notify
2026-06-22T02:48:32.5821921Z ##[group]Getting Git version info
2026-06-22T02:48:32.5822393Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-22T02:48:32.5848354Z [command]/usr/bin/git version
2026-06-22T02:48:32.5882228Z git version 2.43.0
2026-06-22T02:48:32.5898353Z ##[endgroup]
2026-06-22T02:48:32.5907959Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/70ba64fa-c683-4916-8743-a6054ec68c6b' before making global git config changes
2026-06-22T02:48:32.5908778Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:48:32.5910943Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-22T02:48:32.5936924Z ##[group]Initializing the repository
2026-06-22T02:48:32.5939829Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-22T02:48:32.5966705Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-22T02:48:32.5967220Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-22T02:48:32.5967669Z hint: of your new repositories, which will suppress this warning, call:
2026-06-22T02:48:32.5968015Z hint: 
2026-06-22T02:48:32.5968295Z hint: 	git config --global init.defaultBranch <name>
2026-06-22T02:48:32.5968571Z hint: 
2026-06-22T02:48:32.5968844Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-22T02:48:32.5969416Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-22T02:48:32.5969835Z hint: 
2026-06-22T02:48:32.5970046Z hint: 	git branch -m <name>
2026-06-22T02:48:32.5972745Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-22T02:48:32.5980639Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-22T02:48:32.6005331Z ##[endgroup]
2026-06-22T02:48:32.6005726Z ##[group]Disabling automatic garbage collection
2026-06-22T02:48:32.6008451Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:48:32.6030468Z ##[endgroup]
2026-06-22T02:48:32.6030845Z ##[group]Setting up auth
2026-06-22T02:48:32.6035181Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:48:32.6057217Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:48:32.6265364Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:48:32.6290447Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:48:32.6477586Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:48:32.6501913Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:48:32.6688077Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:48:32.6717789Z ##[endgroup]
2026-06-22T02:48:32.6718207Z ##[group]Determining the default branch
2026-06-22T02:48:32.6720837Z Retrieving the default branch name
2026-06-22T02:48:33.0430562Z Default branch 'main'
2026-06-22T02:48:33.0431244Z ##[endgroup]
2026-06-22T02:48:33.0431633Z ##[group]Fetching the repository
2026-06-22T02:48:33.0435414Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-22T02:48:33.6077079Z From https://github.com/SaberMage/spt-shell-notify
2026-06-22T02:48:33.6077546Z  * [new branch]      main       -> origin/main
2026-06-22T02:48:33.6096300Z ##[endgroup]
2026-06-22T02:48:33.6096734Z ##[group]Determining the checkout info
2026-06-22T02:48:33.6098495Z ##[endgroup]
2026-06-22T02:48:33.6101955Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:48:33.6140497Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:48:33.6169893Z ##[group]Checking out the ref
2026-06-22T02:48:33.6173117Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-22T02:48:33.6211025Z Switched to a new branch 'main'
2026-06-22T02:48:33.6211566Z branch 'main' set up to track 'origin/main'.
2026-06-22T02:48:33.6215644Z ##[endgroup]
2026-06-22T02:48:33.6251606Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:48:33.6275003Z ee2d37eadc730c0019e0af82d683074c509634a2
